home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / I2MK6H (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  726 b   |  15 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import com.sun.java.swing.JComboBox;
  4. import com.sun.java.swing.plaf.basic.BasicComboPopup;
  5. import java.awt.event.MouseEvent;
  6.  
  7. class MetalComboBoxUI$MetalComboPopup extends BasicComboPopup {
  8.    public MetalComboBoxUI$MetalComboPopup(JComboBox cBox) {
  9.       super(cBox);
  10.    }
  11.  
  12.    public void delegateFocus(MouseEvent e) {
  13.    }
  14. }
  15.